home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / BDIRU.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.1 KB  |  37 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Service Manager - Select directory</title>
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5.  
  6. <%if reqparam RF "cancel"%>
  7. <%redirect%>/scripts/iisadmin/ism.dll?<%arg1%><%/redirect%>
  8. <%endif%>
  9. <%if reqparam RF "help"%>
  10. <%redirecthttp%><%msgbody.helptopic%><%/redirecthttp%>
  11. <%endif%>
  12. <%if reqparam RF "cdir"%>
  13. <%!CreateDir arg3 msgbody.cdirname%>
  14. <%post%><%arg1%>?<%arg2%>=<%arg3%>\<%msgbody.cdirname%><%/post%>
  15. <%else%>
  16. <%post%><%arg1%>?<%arg2%>=<%arg3%><%/post%>
  17. <%endif%>
  18.  
  19. <%label error%>
  20. <%if reqstatus EQ 2500%>
  21.  <%if rpcstatus EQ 5%>
  22.  Access denied to this service.
  23.  <%elif rpcstatus EQ 1062%>
  24.  This service has been stopped.
  25.  <%else%>
  26.  RPC error <%rpcstatus%>
  27.  <%endif%>
  28. <%elif reqstatus EQ 8000%>
  29. The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
  30. <%elif reqstatus EQ 12000%>
  31. The creation of the "<%msgbody.cdirname%>" directory in "<%arg3%>" failed.
  32. <%else%>
  33.  Error encountered : <%reqstatus%>
  34. <%endif%>
  35. <br>
  36. <a href="/iisadmin/default.htm">Return to main menu</a>
  37. </body></html>